home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / wordstol.arc / WORDSTOL.DOC next >
Text File  |  1984-02-03  |  640b  |  28 lines

  1. /*  WORDSTOL.C
  2.  
  3.         Copyright (c) 1984, Gordon Lee Waite
  4.                     413 W. Pleasant Street
  5.                     Maquoketa, IA  52060
  6.  
  7.  
  8.     summary:   wordstol infile outfile
  9.  
  10.     arguments: infile is the name of the input file.
  11.  
  12.            outfile is the name of the output file.
  13.  
  14.     options:   none
  15.  
  16.     description:
  17.  
  18.     WORDSTOL moves each word in a file onto its own line in the
  19.     output file.
  20.  
  21.     The results can be routed to the screen by using CON: for
  22.     the outfile, or to the printer by using PRN:
  23.  
  24.     WORDSTOL will strip non-alpha characters from the output,
  25.     with the exception of inbedded single-quotes (') or
  26.     inbedded hyphens (-).
  27. */
  28.